object Passform: TPassform Left = 552 Top = 649 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Password Required' ClientHeight = 129 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Infolabel: TLabel Left = 8 Top = 8 Width = 272 Height = 13 Caption = 'A password is required in order to extract the following file:' end object Filelabel: TLabel Left = 8 Top = 24 Width = 3 Height = 13 end object Passedit: TLabeledEdit Left = 8 Top = 64 Width = 273 Height = 21 EditLabel.Width = 76 EditLabel.Height = 13 EditLabel.Caption = 'Enter password:' LabelPosition = lpAbove LabelSpacing = 3 PasswordChar = '*' TabOrder = 0 end object Okbutton: TBitBtn Left = 128 Top = 96 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Cancelbutton: TBitBtn Left = 208 Top = 96 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end